home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacHack 2000
/
MacHack 2000.toast
/
pc
/
The Hacks
/
FishHack
/
source
/
Basic_DebugHeaders.h
next >
Wrap
Text File
|
2000-06-23
|
385b
|
13 lines
// ===========================================================================
// Basic_DebugHeaders.h ©1996-1998 Metrowerks Inc. All rights reserved.
// ===========================================================================
// Use PowerPlant-specific Precompiled header
#if __POWERPC__
#include "Basic_DebugHeadersPPC++"
#else
#include "Basic_DebugHeaders68K++"
#endif